/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 la lène de mouton. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  la lène de mouton - jeuxdemaux.com
 */
body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.7em;
	background:url(images/bg_body.png);
	padding: 0px;
	color: white;
}


h1 {
	color: #000000;
	position: relative;
	top: 3px;
	font-weight:normal;
	text-transform: uppercase;
	text-align: right;
	padding-right: 35px;
	font-size: 22px
}

h1 a {
	color: #FFFFFF;
}

h2{
	margin:0px;
	font-size: 1.6em
}

h3{
	font-size: 1.3em
}

h4, h5 {
	font-size: 1.1em
}

a {
	color: #ffffff;
	text-decoration: none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;	
}

legend {
	display: none;
}

select {
	border: solid 1px black;
	background: #ffffff;
	color: #ffffff;
	font-size: 1em;
}

ul, ol, dl {
	position: relative;
}
/*********** ELEMENTS DE LA PAGE *********/

#page {
	width: 869px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background:url(images/bg_header2.png) no-repeat;
	height: 31px;
	margin: 0;
	padding: 0;
}

html>body #header {
	height: 40px;
	margin:0;
	padding: 0;
}

#top {
	padding: 0 0 0 2px;
	margin: 0;
	height: 480px;
	position: relative;
	top: -60px;
}

html> body #top {
	padding: 0 0 0 8px;
	margin: 0;
	position: relative;
	top: 0px;
}

#sstop {
	background: url(images/bg_sstop.png) no-repeat;
	height: 500px;
	padding: 0;
	margin: 0;
}

#main {
	background: url(images/bg_main2.png);
	margin-top: 0;
	padding: 0 0 0 0;
	position: relative;
	width: 867px;
	position: relative;
	top: -50px;
}

html>body  #main {
	margin: 0;
	padding: 0;
	position: relative;
	top: -35px;
	width: 867px;
}


#content {
	width: 506px;
	float: left;
	position: relative;
	top: -170px;
	padding: 0 0 0 8px;
}


#footer{
	background:url(images/bg_footer2.png);
	height: 25px;
	text-align: center;
	color: #666666;
	margin: 0;
	clear: both;
	position: relative;
	top: 25px;
}
#footer a {
	color: #666666;
}

html>body  #footer {
	background:url(images/bg_footer2.png);
	height: 25px;
	text-align: center;
	margin: 0;
	clear: both;
	position: relative;
	top: 25px;
}

.error {
	padding:15px
}

/****** POST *********/
div.post, div.comments, div.commentsform {
	/*background: url(images/bg_post_h2.jpg) no-repeat;*/
	padding-left: 18px;
	text-align: justify;
	clear: both;
}

div.post h2, div.comments h2, div.commentsform h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #ffffff;
	text-transform:uppercase;
	
}

div.post h2 a {
	color: #D29859;
}

p.post-info {
	margin: 0px;
}

div.comments blockquote {
	/*background: url(images/bg_raye.png);*/
	padding: 5px;
	margin: 0;
	border: 1px dotted #CE4D21;
}

p.comment-info1 {

	padding: 45px 0 3px 0;
	margin:-45px 0 0 0;
}


p.comment-info {

	padding: 45px 0 3px 0;
	margin: 0;
	
}

p.post-info-co {
	text-align: right;
		clear: both;
}

.post-content blockquote {
	font-style:italic;
	margin-left: 15px;
}

.post-content pre {
	border-left: 2px #F26620 solid;
	font-size:  1.2em;
	margin-left: 15px;
	padding: 3px
}

/************* COMMENTAIRE FORMULAIRE **********/

div.commentsform fieldset {
	padding-top: 15px;
}

div.commentsform label {
	display: block
}

div.commentsform input {
	background:url(images/bg_raye.png);
	border: 3px;
	color: #C97B00;
	font-size: 1em;
	padding: 2px;
	margin-right: 15px;
}

div.commentsform textarea {
	background:url(images/bg_raye.png);
	border: 2px;
	width: 100%;
	height: 80px;
	color: #C97B00;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	padding: 2px;
}

input.preview, input.submit {
	color: #E2D6FD;
	text-transform:uppercase;
	padding: 3px;
}

input#c_remember {
	background: none;
	display:inline;
	width: 15px;
}

div.commentsform  label.c_remember {
	display: inline;
}

/************* SIDEBAR ********/
#sidebar div.poll_bar_int {
	margin: 0;
	padding: 0;
	border: none;
	background: none;	
	height: 10px;
	background-color: #336699;
}
#sidebar p.poll_reponse {
	margin-bottom: 0;
}
#sidebar div.poll_bar_ext {
	background:url(images/bg_raye.png);
	margin: 0;
	padding: 0;
	background: none;	
	width: 100px;
	height: 10px;
	text-align: left;
	border: 1px solid #336699;
}
#sidebar {
	margin-left: 586px;
	width: 251px;
	position: relative;
	top: -300px;
	padding: 0 0 50px 8px;
}

#sidebar div {
	background: url(images/bg_div_sidebar.png) no-repeat;	
	padding: 10px 20px 0px 33px;
	margin-top: 20px;
	padding-bottom :30px;
}


#sidebar div h2 {

	margin-left : 35px;
	margin-bottom: 25px;
	margin-top: 25px;
	color: #ffffff;
	text-transform:uppercase;
}

#calendar table{
	

}


#calendar table caption {
	padding: 0px;
	text-transform:uppercase;
	font-weight:bold;
}

#calendar table td {
	width: 25px;
	text-align: center;
}

#calendar table td a {
	background: #D29859;
	display: block;
	padding: 3px;
	color: white;
	font-weight: bold;
}

#sidebar ul{
	padding: 30px;
	margin:5px;
	list-style:none;
}

ul{
	list-style:none;
}
	
li {
	background: url(images/bg_li.png) no-repeat;
	padding-left: 15px;
}

#sidebar li a {
	color: white
}

#sidebar li a:hover {
	color: #D71C1C;
	text-decoration: underline;
}

#sidebar h3 {
	margin-top: 15px;
}

#search input {
	background:url(images/bg_raye.png);
	border: none;
	color: #000;
	font-size: 1em;
	padding: px;
	margin-right: 15px;
}

